home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / Imagemaster d4.adf / apa.lzh / hlp_arexx12 < prev    next >
Text File  |  1993-08-30  |  3KB  |  156 lines

  1. \ApAssist
  2. \: - This is the Quick Help for the ARexx in IM R/t -
  3. \: ----------------------------------------------------------
  4. \:   Written by David E. Patterson
  5. \: ----------------------------------------------------------
  6.  
  7. \font topaz.font 8
  8. \tc 1
  9. \wr
  10. \lj
  11. \dd "imh_descriptor"
  12.  
  13. \index "hlp_arexx2/unlockall-zigzag"
  14. \toc "hlp_toc/toc"
  15. \help "aa_help/help
  16.  
  17. \node "warp"
  18. \title "Warp"
  19. \next "wbtofront"
  20. \prev ""
  21. \{ \tc 15 Warp \} - Warps the selected region, the secondary buffer controls
  22. the warp.
  23.  
  24. \nw    
  25. Usage - '\{ \tc 15 warp <effect%>\} ';
  26.     
  27. \{ \ts bu Sample Script\} :
  28.     
  29. 'area';
  30. '\{ \tc 15 warp 60\} ';
  31.     
  32. * User Interface: \{ \tc 11   Process Panel
  33.                         Compose Panel
  34.                             Primary Buffer Surface Warping\}
  35.  
  36. \endnode
  37.  
  38. \node "wbtofront"
  39. \title "Work Bench to Front"
  40. \next "wheremouse"
  41. \prev "warp"
  42. \{ \tc 15 Wbtofront \} - Brings the Work Bench to the front.
  43.  
  44. \nw    
  45. Usage - '\{ \tc 15 wbtofront\} ' 
  46.     
  47. \{ \ts bu Sample Script\} :
  48.  
  49. '\{ \tc 15 wbtofront\} ';
  50. 'contrast 90';
  51. 'imtofront';    
  52.  
  53. \endnode
  54.  
  55. \node "wheremouse"
  56. \title  "Where Mouse"
  57. \next "white"
  58. \prev "wbtofront"
  59. \{ \tc 15 Wheremouse \} - Returns the mouse's current co-ordinates.
  60.  
  61. \nw
  62. Usage - '\{ \tc 15 wheremouse\} '
  63.     
  64. \{ \ts bu Sample Script\} :
  65.  
  66. options results;
  67. '\{ \tc 15 wheremouse\} ';
  68. info = result;
  69. parse var info x','y;
  70. 'message Mouse X: ' x 'Y: 'y;
  71. options;
  72.  
  73. \endnode
  74.  
  75. \node "white"
  76. \title "Whiten"
  77. \next "wide"
  78. \prev "wheremouse"
  79. \{ \tc 15 Whiten \}  - Makes the primary buffer image all white.
  80.  
  81. \nw    
  82. Usage - '\{ \tc 15 whiten\} '
  83.   
  84. \{ \ts bu Sample Script\} :
  85.     
  86. '\{ \tc 15 whiten\} ';    
  87.  
  88. \endnode
  89.  
  90. \node "wide"
  91. \title "Wide"
  92. \next "xor"
  93. \prev "white"
  94. \{ \tc 15 Wide \} - Applies a sharpening convolution.
  95.  
  96. Applies a 5X5 sharpening convolution to a selected region.
  97.  
  98. \nw    
  99. Usage - '\{ \tc 15 wide <effect>\} ';
  100.     
  101. \{ \tc 15 Effect: 0 to 100\}
  102.     
  103. \{ \ts bu Sample Script\} :
  104.     
  105. 'area';
  106. '\{ \tc 15 wide 80\} ';
  107.     
  108. * User Interface: \{ \tc 11  Process Panel
  109.                        Filters
  110.                            Sharpen II\}
  111.  
  112. \endnode
  113.  
  114. \node "xor"
  115. \title "XOR" 
  116. \next "zigzag"
  117. \prev "wide"
  118. \{ \tc 15 Xor \} - Performs an XOR of the primary buffer and the secondary
  119. buffer.
  120.  
  121. \nw    
  122. Usage - '\{ \tc 15 xor\} ' 
  123.     
  124. \{ \ts bu Sample Script\} :
  125.     
  126. 'area';
  127. '\{ \tc 15 xor\} ';
  128.     
  129. * User Interface: \{ \tc 11   Compose Panel
  130.                         Logical Compostions
  131.                             Exclusive OR\}
  132.  
  133. \endnode
  134.  
  135. \node "zigzag"
  136. \title "Zig Zag"
  137. \next ""
  138. \prev "xor"
  139. \{ \tc 15 Zigzag \} - Creates a Zig Zag distortion.
  140.  
  141. \nw    
  142. Usage - '\{ \tc 15 zigzag <average_length>\} '
  143.     
  144. \{ \ts bu Sample Script\} :
  145.     
  146. 'area';
  147. '\{ \tc 15 zigzag 90\} ';
  148.     
  149. * User Interface: \{ \tc 11   Process Panel
  150.                         Geometric Transformations
  151.                             Zig Zag\}
  152. \endnode
  153.  
  154.  
  155.  
  156.